type runtime.mcentral

11 uses

	runtime (current package)
		mcentral.go#L22: type mcentral struct {
		mcentral.go#L49: func (c *mcentral) init(spc spanClass) {
		mcentral.go#L59: func (c *mcentral) partialUnswept(sweepgen uint32) *spanSet {
		mcentral.go#L65: func (c *mcentral) partialSwept(sweepgen uint32) *spanSet {
		mcentral.go#L71: func (c *mcentral) fullUnswept(sweepgen uint32) *spanSet {
		mcentral.go#L77: func (c *mcentral) fullSwept(sweepgen uint32) *spanSet {
		mcentral.go#L82: func (c *mcentral) cacheSpan() *mspan {
		mcentral.go#L205: func (c *mcentral) uncacheSpan(s *mspan) {
		mcentral.go#L251: func (c *mcentral) grow() *mspan {
		mheap.go#L212: 		mcentral mcentral
		mheap.go#L213: 		pad      [(cpu.CacheLinePadSize - unsafe.Sizeof(mcentral{})%cpu.CacheLinePadSize) % cpu.CacheLinePadSize]byte